Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Jun 2011 23:28:37 +0000 (16:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Jun 2011 23:28:37 +0000 (16:28 -0700)
commit92448377b7559349df332b546ddc8b1418390f79
treedb511f06a3d84e6f70c191bf1c25e1f8c1c286ca
parent445c8176ba0785ba63814d7d5857cb3439ffdc46
Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.

These casts should not be needed on 32-bit hosts, either.
* keyboard.c (read_char):
* lread.c (Fload): Remove casts to unsigned.
src/ChangeLog
src/keyboard.c
src/lread.c